Please Explain what is the role of intermediate language in .net framework.
what is the role of intermediate language in .net framework
620
11-Dec-2019
Nishi Tiwari
12-Dec-2019Intermediate language or common intermediate language also known as Microsoft intermediate language. In .Net framework it plays an important role as it acts as an intermediate language between source code and machine code instruction. It is CPU independent set of instruction and can be converted to the native machine code with the help of Just-in-Time (JIT) compiler, during the runtime environment of Common Language Runtime (CLR).